ISlave.Alias property

The alias address of a device, defined in the module EEPROM. This address is used to recognize a specific device regardless of its position on the EtherCAT network. For example, you can use the alias address to differentiate X, Y, and Z axes.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
ushort Alias { get; }
ReadOnly Property Alias As UShort

Property Value

Type: ushort

See also

ISlave Interface

IntervalZero.KINGSTAR.Base.Class Namespace